06. Quiz: POSITION, STRPOS, & SUBSTR - AME DATA AS QUIZ 1
Quizzes POSITION & STRPOS
You will need to use what you have learned about LEFT & RIGHT, as well as what you know about POSITION or STRPOS to do the following quizzes.
Use the
accounts
table to create first and last name columns that hold the first and last names for theprimary_poc
.Now see if you can do the same thing for every rep
name
in thesales_reps
table. Again provide first and last name columns.
Code
If you need a code on the https://github.com/udacity.